home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0247.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.0 KB  |  28 lines

  1. > From: Jim Davis <davis@dri.cornell.edu>
  2. > I would like to be able to keep multiple topics in a single file
  3. > (cross referenced by anchors of course) and also guarentee that the
  4. > user does not see material from the next subject.  I use Viola with
  5. > WWW, and it's distracting to see irrelevant material on the same  
  6. page
  7. > of the window.
  8.  
  9. Do you really need them in a single document?  Within a document, the  
  10. user metaphor is a scrollable area. The user often has a choice of  
  11. window size on that area.  It is unwise to make assumptions about  
  12. that.
  13.  
  14. I think you are looking for page jumps, and so logically what you  
  15. wnat is a set of documents.  Now you could of course store these in  
  16. one file and write a little server script which would extract the  
  17. documents from the file. (Note distinction between "document" = unit  
  18. of data carried over the net per fetch, and "file" which is a concept
  19. local to the server.
  20.  
  21. This is what Mike Sendall has done with his STING glossary, for  
  22. example (I think).
  23.  
  24. It would also be neat for mailbox files.
  25.  
  26.     Tim BL
  27.  
  28.